home *** CD-ROM | disk | FTP | other *** search
/ Elite European Models 1 / Elite European Models 1.iso / pc / elite.dxr / 00016.ls < prev    next >
Encoding:
Text File  |  1996-05-06  |  239 b   |  14 lines

  1. global gPictSprite
  2.  
  3. on mouseDown
  4.   if the timer < 60 then
  5.     exit
  6.   end if
  7.   puppetSprite(gPictSprite, 1)
  8.   hideShow(2, 48, 0, 3)
  9.   printFrom(the frame, the frame)
  10.   hideShow(2, 48, 1, 4)
  11.   puppetSprite(gPictSprite, 0)
  12.   startTimer()
  13. end
  14.